home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
kermit.columbia.edu
/
kermit.columbia.edu.tar
/
kermit.columbia.edu
/
newsgroups
/
misc.19980424-19980901
/
000373_news@newsmaster….columbia.edu _Sat Aug 15 10:54:01 1998.msg
< prev
next >
Wrap
Internet Message Format
|
1998-08-31
|
2KB
Return-Path: <news@newsmaster.cc.columbia.edu>
Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA18640
for <kermit.misc@watsun.cc.columbia.edu>; Sat, 15 Aug 1998 10:54:00 -0400 (EDT)
Received: (from news@localhost)
by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id KAA07185
for kermit.misc@watsun; Sat, 15 Aug 1998 10:54:00 -0400 (EDT)
Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: send break in kermit
Date: 15 Aug 1998 14:53:58 GMT
Organization: Columbia University
Lines: 14
Message-ID: <6r47e6$2f8$1@apakabar.cc.columbia.edu>
References: <35d4c36e.167086078@news.csu.net>
NNTP-Posting-Host: watsun.cc.columbia.edu
Xref: news.columbia.edu comp.protocols.kermit.misc:9094
In article <35d4c36e.167086078@news.csu.net>,
Toby Brinck <toby@mathcs.sjsu.edu> wrote:
: I was wondering if anyone out there can tell me how to send a
: break in kermit to the other end of a serial line. I use kermit and
: freeBSD as a serial head for my SUN systems and would like to get to a
: PROM promt, of which I need to send a break (same as stop-A on SUN
: keyboard). Any info would be helpfull.
:
As stated in the manual, type the CONNECT-mode escape character (normally
Ctrl-Backslash) followed by the letter B to send a regular 250-msec Break,
or by the letter L to send a 1.5-second Long Break. On a Telnet connection,
these send the Telnet Break command.
- Frank